home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lgntsr.zip / MANUAL.DOC < prev    next >
Text File  |  1992-08-23  |  3KB  |  90 lines

  1.  
  2.                         LOGIN.COM DOCUMENTATION
  3.  
  4.  
  5. EXPLANATION OF FILES:
  6.  
  7. LOGIN.COM
  8.  
  9. This program is used to allow NetWare Supervisors to load memory resident
  10. programs from the NetWare Login Script without using the "EXIT" command.
  11.  
  12. ISLOGIN.COM
  13.  
  14. This file is executed in the Novell Login Script to determine if LOGIN.COM
  15. was used to execute the Login Script rather than Novell's LOGIN.EXE (which
  16. will not allow for the loading of TSR's). LOGIN.COM sets a DOS ERRORLEVEL
  17. when it executes, so when the Login Script is running you can use ISLOGIN.COM
  18. to determine if TSR's can be loaded or not.
  19.  
  20.  
  21.  
  22. INSTALLATION:
  23.  
  24. 1. Login to the Network as supervisor or supervisor equivalent.
  25.  
  26.         EXAMPLE:        LOGIN SUPERVISOR
  27.  
  28. 2. Copy LOGIN.COM to the login and public subdirectory of all file servers.
  29.  
  30.         EXAMPLE:        COPY LOGIN.COM F:\LOGIN
  31.                         COPY LOGIN.COM F:\PUBLIC
  32.  
  33. 3. Copy ISLOGIN.COM to the public subdirectory of all file servers.
  34.  
  35.         EXAMPLE:        COPY ISLOGIN.COM F:\PUBLIC
  36.  
  37. 4. Run SYSCON
  38.  
  39. 5. Go to SUPERVISOR OPTIONS, EDIT SYSTEM LOGIN SCRIPT
  40.  
  41. 6. At the end of the Login Script add the following lines:
  42.  
  43.         #ISLOGIN
  44.         IF "%ERROR_LEVEL"="0" THEN
  45.         #HERE IS WHERE YOU WOULD LOAD YOUR TSR's
  46.         #TSR 2
  47.         #TSR 3 ETC....
  48.         ELSE
  49.         WRITE "COULDN'T LOAD TSR's"
  50.         END
  51.  
  52.  
  53. ADDITIONAL INFORMATION
  54.  
  55. LOGIN.COM  works with Novell's LOGIN.EXE. If LOGIN.EXE is not present in the 
  56. same directory with LOGIN.COM you will recieve an error message.
  57.  
  58.  
  59. If you have any problems, please phone THE UTILITY SHED at:
  60.  
  61. Phone: 602-641-3813
  62.  
  63. Please have the following information ready:
  64.  
  65.    - The version number of LOGIN.COM you are using.
  66.    - A description of the problem.
  67.    - The steps that consistently reproduce the problem.
  68.    - The COMPLETE TEXT of any error messages you encounter.
  69.    - ALL hardware/software information available including:
  70.       - NetWare version number.
  71.       - DOS (PC or MS) version number.
  72.       - Node hardware information (machine type, keyboard, video adapter)
  73.       - Node software information (AUTOEXEC.BAT, CONFIG.SYS contents; TSRs
  74.          loaded [version, order loaded], anything else relative), and VAPs
  75.          loaded.
  76.       - Topology information (Network Interface card and cabling).
  77.       - All Shell information (get this by running IPX I, NET# I).
  78.  
  79. If you have any product suggestions, drop us a line or give us a call.
  80.  
  81.                        ******************************       
  82.                               The Utility Shed
  83.                                P.O. Box 8219
  84.                             Mesa, AZ  85214-8219
  85.                            Phone # (602) 641-3813
  86.                        ******************************
  87.  
  88.  
  89.  
  90.